﻿.education{
    width: 1000px;
    /* height: 165px; */
    /* background-color: rgb(185, 113, 113); */
    float: left;
    position: relative;
}
.edu_toTop{
    width: 100%;
    height: 45px;
    /* background-color: blueviolet; */
    font-family: '华文楷体';
    position: relative;
}
.edu_toTop>h2{
    font-size: 28px;
    line-height: 45px;
    margin-left: 20px;
}
.edu_toTop>.line{
    width: 920px;
    height: 45px;
    border-bottom: 2px solid black;
    position: absolute;
    top: -2px;
    left:50px
}
.edu_toLeft{
    width: 700px;
    /* height: 115px; */
    float: left;
    /* overflow: hidden; */
}
.edu_toRight{
    width: 300px;
    /* height: 115px; */
    float: left;
    /* overflow: hidden; */
}
.edu_toLeft .hat{
    height: 35px;
    width: 700px;
    /* background-color: white; */
    font-family: '华文细黑';
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中 */
    float: left;
    position: relative;
}

.edu_toLeft .hat span{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}
.edu_toLeft .hat .hat_left{
    margin-right: 230px;
}
.edu_toLeft .hat .hat_left_part2{
    margin-right: 195px;
}
.edu_toLeft .circle{
    background: black;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    float: left;
    margin: 0 8px 0 0px;
}
.edu_toLeft .info{
    height: 50px;
    width: 700px;
    /* background-color: rgb(148, 136, 185); */
    text-align: left; /* 设置文字左对齐 */
    float: left;
}
.edu_toLeft  .info_special{
    height: 25px;
}
.edu_toLeft .info span{
    margin-left: 42px;
    font-family: '华文仿宋';
    font-size: 20px;
    display: inline-block; /* 使文字在换行后左对齐 */
    line-height: 26px;
}
.edu_toLeft .footer{
    float: left;
    height: 30px;
    width: 700px;
    /* background-color: white; */
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中 */
}
.edu_toLeft .footer span,.edu_toLeft .footer a{
    margin-left: 42px;
    font-size: 19px;
    font-weight: 600;
    font-family: '华文细黑';
    margin-right: 20px;
}
/* .edu_toLeft .footer a{
    margin-left: 0;
} */
.edu_toRight .hat{
    height: 35px;
    width: 300px;
    /* background-color: white; */
    font-family: '华文细黑';
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中 */
    float: left;
}
.edu_toRight .hat span{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 20px;
}
.edu_toRight .info{
    height: 50px;
    width: 300px;
    /* background-color: rgb(148, 136, 185); */
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中 */
    

}
.edu_toRight .info span{
    margin-left: 20px;
    font-size: 19px;
    font-family: '华文细黑';
    margin-right: 20px;
}

.education .portrait_line{
    position: absolute;
    background-color: black;
    width: 3px;
    z-index: 2;
    left: 28px;
}


